home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Toolbox / Collect / collect-items < prev    next >
Text File  |  1998-07-24  |  122b  |  5 lines

  1. collect-items numbers pattern
  2.  
  3. (collect-items '(2 3 2) '((a b c d e) (f g h i j) (k l m n o p)))
  4. => ((a b) (f g h) (k l))
  5.